home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15614 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: newsfeed.dreamscape.com!usenet
  2. From: RKM <morerk@future.dreamscape.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Help - Can't get Visual C++ to behave
  5. Date: Sat, 06 Apr 1996 07:42:40 -0500
  6. Organization: SolutionWorks
  7. Message-ID: <316666C0.2A07@future.dreamscape.com>
  8. References: <4k3u5q$n01@chile.lascruces.com>
  9. NNTP-Posting-Host: 206.64.128.55
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win95; I)
  14.  
  15. sduran@lascruces.com wrote:
  16. >   I'm using Visual C++ version 1.52.  Yes, I know there is version 4.0
  17. > out there.
  18. >   This compiler takes FIFTEEN MINUTES to compile.  I can't use this
  19. > tool if it's this slow.  Borland and Symantec C++ both compile at
  20. > acceptable speeds.
  21. >   Here's my question.  Has Microsoft deliberately crippled version
  22. > 1.52, perhaps to encourage people to move to Windows 95?  Also, what
  23. > could be wrong?  What to I have to do to get it to compile at normal
  24. > speeds?
  25. >   Regards,  SD
  26.  
  27. (not a flame)
  28.  
  29. What does "normal" speed mean???
  30.  
  31. What is your platform????  Especially HOW MUCH MEMORY
  32.  
  33. What are you compiling????
  34.  
  35. What optimization options are you using???
  36.  
  37. Are you one of those folks who <includes> every library in the
  38. world in every module???
  39.  
  40. I have used BC++ (1.0 through 4.51), Watcomm, and MVC++ 
  41. (1.5 through 4.0)to build a number of 16 and 32 bit apps
  42. and find no appreciable difference when building CONSOLE
  43. apps.  BUT OWL based routines do seem to link slightly faster
  44. than MFC based ones (subjective impression only).
  45.  
  46.  
  47. If not already done:
  48.  
  49. 1) Keep modules small and only <include> the minimum.
  50. 2) Be careful with the PRAGMAs used, some have major impact
  51. 3) Ensure you have sufficient memory, 16mb is the minimum recommended
  52.